diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-02-02 16:53:49 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-02-06 12:03:28 +0100 |
commit | 4ff873bda2a3af12e5c4848843ea6b7d9592bb6b (patch) | |
tree | df09b0860f9ab6db4f6a1f49d554f6e67848acab /desktop | |
parent | 813b0f60e86de5e0ebf678691a9ff405e293bf86 (diff) |
Introduce com.sun.star.ui.theWindowStateConfiguration singleton.
Change-Id: I50861ac8952d54cb1a45846ea72a2ecac4f83409
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index e16697bec439..d01798433306 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -70,7 +70,7 @@ #include <com/sun/star/document/XEventListener.hpp> #include <com/sun/star/frame/theUICommandDescription.hpp> #include <com/sun/star/ui/theUIElementFactoryManager.hpp> -#include <com/sun/star/ui/WindowStateConfiguration.hpp> +#include <com/sun/star/ui/theWindowStateConfiguration.hpp> #include <com/sun/star/frame/XUIControllerRegistration.hpp> #include <com/sun/star/frame/thePopupMenuControllerFactory.hpp> #include <com/sun/star/office/Quickstart.hpp> @@ -2133,7 +2133,7 @@ void Desktop::PreloadConfigurationData() } // preload window state configuration - xNameAccess = WindowStateConfiguration::create( xContext ); + xNameAccess = theWindowStateConfiguration::get( xContext ); Reference< XNameAccess > xWindowAccess; try { |