summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-04-25 12:18:31 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-25 12:22:29 +1000
commit927617d69a25cffffd96aed8aa14a738b2ba6983 (patch)
tree1ff740b465f1cbb6d79ae8f4ab5af5c90345a5dd /include
parentRemove ImpInitOutDevData and ImplDeInitOutDevData in OutputDevice (diff)
downloadcore-927617d69a25cffffd96aed8aa14a738b2ba6983.tar.gz
core-927617d69a25cffffd96aed8aa14a738b2ba6983.zip
Renamed ImplGetDPI(X|Y) to GetDPI(X|Y)
Change-Id: If76b99589ddd83431593404c1034b8b726bc3f9b
Diffstat (limited to 'include')
-rw-r--r--include/vcl/outdev.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 377208fee32b..e4b40ce3393c 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -434,13 +434,13 @@ public:
@returns x-axis DPI value
*/
- SAL_DLLPRIVATE sal_Int32 ImplGetDPIX() const { return mnDPIX; }
+ SAL_DLLPRIVATE sal_Int32 GetDPIX() const { return mnDPIX; }
/** Get the output device's DPI y-axis value.
@returns y-axis DPI value
*/
- SAL_DLLPRIVATE sal_Int32 ImplGetDPIY() const { return mnDPIY; }
+ SAL_DLLPRIVATE sal_Int32 GetDPIY() const { return mnDPIY; }
///@}
/** @name Clipping functions