diff options
Diffstat (limited to 'include/sfx2/StyleManager.hxx')
-rw-r--r-- | include/sfx2/StyleManager.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/StyleManager.hxx b/include/sfx2/StyleManager.hxx index 66159f75ec9c..962fbb967e47 100644 --- a/include/sfx2/StyleManager.hxx +++ b/include/sfx2/StyleManager.hxx @@ -36,8 +36,8 @@ public: {} virtual StylePreviewRenderer* CreateStylePreviewRenderer( - OutputDevice& /*rOutputDev*/, OUString /*rName*/, - SfxStyleFamily /*eFamily*/, long /*nMaxHeight*/ = 32) = 0; + OutputDevice& rOutputDev, OUString const & rName, + SfxStyleFamily eFamily, long nMaxHeight = 32) = 0; }; } // end namespace sfx2 |