summaryrefslogtreecommitdiff
path: root/include/oox/helper/graphichelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/helper/graphichelper.hxx')
-rw-r--r--include/oox/helper/graphichelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/helper/graphichelper.hxx b/include/oox/helper/graphichelper.hxx
index f74963cad8b1..feb062973ce5 100644
--- a/include/oox/helper/graphichelper.hxx
+++ b/include/oox/helper/graphichelper.hxx
@@ -78,7 +78,7 @@ public:
// Device info and device dependent unit conversion -----------------------
/** Returns information about the output device. */
- const ::com::sun::star::awt::DeviceInfo& getDeviceInfo() const;
+ const ::com::sun::star::awt::DeviceInfo& getDeviceInfo() const { return maDeviceInfo;}
/** Converts the passed value from horizontal screen pixels to 1/100 mm. */
sal_Int32 convertScreenPixelXToHmm( double fPixelX ) const;