keep the fc_local.conf for System->OpenSymbol mapping

f41
Caolán McNamara 7 years ago
parent 22ac1a5cbb
commit d8bff6cf94

@ -33,15 +33,6 @@ index 9c21c83ee..5c5c0bb 100644
#include <vcl/hatch.hxx> #include <vcl/hatch.hxx>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <com/sun/star/awt/PosSize.hpp> #include <com/sun/star/awt/PosSize.hpp>
@@ -139,7 +140,7 @@ namespace drawinglayer
}
//Resolves: tdf#105998 if we are a hairline along the very right/bottom edge
- //of the canvas then destroy the polygon inwards one pixel right/bottom so that
+ //of the canvas then distort the polygon inwards one pixel right/bottom so that
//the hairline falls inside the paintable area and becomes visible
Size aSize = mpOutputDevice->GetOutputSize();
basegfx::B2DRange aRange = aLocalPolygon.getB2DRange();
@@ -210,10 +211,6 @@ namespace drawinglayer @@ -210,10 +211,6 @@ namespace drawinglayer
maBColorModifierStack.getModifiedColor( maBColorModifierStack.getModifiedColor(
rSource.getLineAttribute().getColor())); rSource.getLineAttribute().getColor()));

@ -1284,7 +1284,7 @@ pushd %{buildroot}%{baseinstdir}/share/fonts/truetype
install -d -m 0755 %{buildroot}%{_fontdir} install -d -m 0755 %{buildroot}%{_fontdir}
install -p -m 0644 *.ttf %{buildroot}%{_fontdir} install -p -m 0644 *.ttf %{buildroot}%{_fontdir}
popd popd
rm -rf %{buildroot}%{baseinstdir}/share/fonts rm -rf %{buildroot}%{baseinstdir}/share/fonts/truetype/*.ttf
# move platform-independent data into shared dir # move platform-independent data into shared dir
install -m 0755 -d %{buildroot}%{datadir} install -m 0755 -d %{buildroot}%{datadir}
@ -1725,6 +1725,9 @@ rm -f %{buildroot}%{baseinstdir}/program/classes/smoketest.jar
%{baseinstdir}/program/versionrc %{baseinstdir}/program/versionrc
%{baseinstdir}/program/xid-fullscreen-on-all-monitors %{baseinstdir}/program/xid-fullscreen-on-all-monitors
%dir %{baseinstdir}/share %dir %{baseinstdir}/share
%dir %{baseinstdir}/share/fonts
%dir %{baseinstdir}/share/fonts/truetype
%{baseinstdir}/share/fonts/truetype/fc_local.conf
%dir %{baseinstdir}/share/Scripts %dir %{baseinstdir}/share/Scripts
%{baseinstdir}/share/Scripts/java %{baseinstdir}/share/Scripts/java
%dir %{baseinstdir}/share/autotext %dir %{baseinstdir}/share/autotext

Loading…
Cancel
Save