summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-04-07 23:41:28 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-07 23:54:16 +1000
commit0f85279797d47f4d790f98f04a95a3046be07e23 (patch)
treec1fb1c3ac47d9c091ffcdf3e7ebc4267d50dbb28 /include
parentIgnore sprmTFCantSplit90 in .doc file per MS spec (diff)
downloadcore-0f85279797d47f4d790f98f04a95a3046be07e23.tar.gz
core-0f85279797d47f4d790f98f04a95a3046be07e23.zip
Move functions back out of OutputDevice so they aren't exported
Moved DoesActionHandleTransparency and IsTransparentAction back to being ocal functions in an anonymous namespace so they aren't exported. Change-Id: Ic8335155c1a32035b02caacb29821bbd26197e49
Diffstat (limited to 'include')
-rw-r--r--include/vcl/outdev.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index dbd13176818e..6d60af5a4596 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -867,9 +867,6 @@ private:
bool DrawTransparentNatively( const PolyPolygon& rPolyPoly, sal_uInt16 nTransparencePercent );
- bool DoesActionHandleTransparency( const MetaAction& rAct );
- bool IsTransparentAction( const MetaAction& rAct );
-
Color GetSingleColorGradientFill();
void SetGrayscaleColors( Gradient &rGradient );