summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/UnoGraphicExporter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unodraw/UnoGraphicExporter.cxx')
-rw-r--r--svx/source/unodraw/UnoGraphicExporter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/unodraw/UnoGraphicExporter.cxx b/svx/source/unodraw/UnoGraphicExporter.cxx
index 1fe32e50283f..f395f256d704 100644
--- a/svx/source/unodraw/UnoGraphicExporter.cxx
+++ b/svx/source/unodraw/UnoGraphicExporter.cxx
@@ -108,10 +108,10 @@ namespace {
Fraction maScaleX;
Fraction maScaleY;
- explicit ExportSettings( SdrModel* pDoc );
+ explicit ExportSettings( SdrModel const * pDoc );
};
- ExportSettings::ExportSettings( SdrModel* pDoc )
+ ExportSettings::ExportSettings( SdrModel const * pDoc )
: mnWidth( 0 )
, mnHeight( 0 )
, mbExportOnlyBackground( false )