summaryrefslogtreecommitdiffstats
path: root/include/sfx2/dialoghelper.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-06-06 14:46:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-06-06 22:09:43 +0200
commite2fcb76d04c3bbf578f06c1e7d30c1f987165470 (patch)
tree757a035658662495d4b6e3bb13ce230b5b316839 /include/sfx2/dialoghelper.hxx
parenttdf#118026: Use ooo::vba::XCollection instead of css::container::XEnumeration (diff)
downloadcore-e2fcb76d04c3bbf578f06c1e7d30c1f987165470.tar.gz
core-e2fcb76d04c3bbf578f06c1e7d30c1f987165470.zip
weld SwSectionIndentTabPage
Change-Id: I961686c1257f0d85686df06aa7c73c324d0f70b8 Reviewed-on: https://gerrit.libreoffice.org/55387 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2/dialoghelper.hxx')
-rw-r--r--include/sfx2/dialoghelper.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sfx2/dialoghelper.hxx b/include/sfx2/dialoghelper.hxx
index aa0b70b457ee..f83c438f76b4 100644
--- a/include/sfx2/dialoghelper.hxx
+++ b/include/sfx2/dialoghelper.hxx
@@ -17,6 +17,7 @@
class DateTime;
class LocaleDataWrapper;
namespace vcl { class Window; }
+class OutputDevice;
class VclBuilderContainer;
//when two tab pages both have the same basic layout with a preview on the
@@ -28,7 +29,7 @@ class VclBuilderContainer;
//except for the preview widget
void SFX2_DLLPUBLIC setPreviewsToSamePlace(vcl::Window const *pParent, VclBuilderContainer *pPage);
-Size SFX2_DLLPUBLIC getParagraphPreviewOptimalSize(const vcl::Window *pReference);
+Size SFX2_DLLPUBLIC getParagraphPreviewOptimalSize(const OutputDevice& rReference);
Size SFX2_DLLPUBLIC getDrawPreviewOptimalSize(const vcl::Window *pReference);