summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/toolbox/tbxitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/toolbox/tbxitem.cxx b/sfx2/source/toolbox/tbxitem.cxx
index 4c49cb942aa4..027d4406adf8 100644
--- a/sfx2/source/toolbox/tbxitem.cxx
+++ b/sfx2/source/toolbox/tbxitem.cxx
@@ -976,7 +976,7 @@ void SfxToolBoxControl::Click()
SfxPopupWindowType SfxToolBoxControl::GetPopupWindowType() const
{
- return SFX_POPUPWINDOW_NONE;
+ return SfxPopupWindowType::NONE;
}