summaryrefslogtreecommitdiff
path: root/sd/source/ui/docshell/grdocsh.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-01-19 12:16:31 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-01-19 14:30:50 +0200
commitd4a066c3e4b7ebcdb16ffcb88b6b2c744c127ea1 (patch)
tree41042ca9f06117196e18d583d69cbdc9bafd445a /sd/source/ui/docshell/grdocsh.cxx
parentbe8c414567f49242164b1fdfb12764b16be355c1 (diff)
inline some defines
which don't add any value anymore Change-Id: I45977d972d4d02926630b749d3ec736416138cf5
Diffstat (limited to 'sd/source/ui/docshell/grdocsh.cxx')
-rw-r--r--sd/source/ui/docshell/grdocsh.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/docshell/grdocsh.cxx b/sd/source/ui/docshell/grdocsh.cxx
index f1ce852ca48c..fe533b17a5ad 100644
--- a/sd/source/ui/docshell/grdocsh.cxx
+++ b/sd/source/ui/docshell/grdocsh.cxx
@@ -55,7 +55,7 @@ GraphicDocShell::GraphicDocShell(SfxObjectCreateMode eMode,
DocumentType eDocType) :
DrawDocShell(eMode, bDataObject, eDocType)
{
- SetStyleFamily( SD_STYLE_FAMILY_GRAPHICS );
+ SetStyleFamily( SfxStyleFamily::Para );
}
GraphicDocShell::GraphicDocShell(SfxModelFlags nModelCreationFlags,
@@ -63,7 +63,7 @@ GraphicDocShell::GraphicDocShell(SfxModelFlags nModelCreationFlags,
DocumentType eDocType) :
DrawDocShell(nModelCreationFlags, bDataObject, eDocType)
{
- SetStyleFamily( SD_STYLE_FAMILY_GRAPHICS );
+ SetStyleFamily( SfxStyleFamily::Para );
}
GraphicDocShell::~GraphicDocShell()