summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/PanelFactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/PanelFactory.cxx')
-rw-r--r--svx/source/sidebar/PanelFactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/PanelFactory.cxx b/svx/source/sidebar/PanelFactory.cxx
index 4b954ec8e2be..ceb4f68f0ec3 100644
--- a/svx/source/sidebar/PanelFactory.cxx
+++ b/svx/source/sidebar/PanelFactory.cxx
@@ -114,7 +114,7 @@ Reference<ui::XUIElement> SAL_CALL PanelFactory::createUIElement (
Reference<ui::XSidebar> xSidebar (aArguments.getOrDefault("Sidebar", Reference<ui::XSidebar>()));
const sal_uInt64 nBindingsValue (aArguments.getOrDefault("SfxBindings", sal_uInt64(0)));
SfxBindings* pBindings = reinterpret_cast<SfxBindings*>(nBindingsValue);
- ::sfx2::sidebar::EnumContext aContext (
+ vcl::EnumContext aContext (
aArguments.getOrDefault("ApplicationName", OUString()),
aArguments.getOrDefault("ContextName", OUString()));
:19:47 +0900'>2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl 2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks 2015-04-22convert SV_LBOXTAB_ constants to scoped enumNoel Grandin 2015-04-17svx: convert new to ::Create.Noel Grandin 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks 2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin 2015-04-10vclwidget: only call dispose() onceNoel Grandin 2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin 2015-04-09vcl: VclPtr conversion in svx.Noel Grandin 2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin 2014-11-07coverity#1251177 Uncaught exceptionCaolán McNamara 2014-11-05coverity#1215393 Uncaught exceptionCaolán McNamara 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-08-21These "newly added" record types are publicly documented nowadaysTor Lillqvist 2014-05-19loplugin:saloverrideStephan Bergmann 2014-05-19loplugin:unreffunStephan Bergmann 2014-05-19svx: pixelctl demo - cleanup headersChris Sherlock 2014-05-19svx: Create pixel control (bitmap editing) demoChris Sherlock 2014-04-14typo: atim -> atomThomas Arnhold 2014-02-26Remove visual noise from svxAlexander Wilms 2014-02-23Remove unneccessary commentsAlexander Wilms