summaryrefslogtreecommitdiff
path: root/sw/source/uibase/app/mainwn.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/app/mainwn.cxx')
-rw-r--r--sw/source/uibase/app/mainwn.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/source/uibase/app/mainwn.cxx b/sw/source/uibase/app/mainwn.cxx
index 2f7c1ba08a25..9a01a8437958 100644
--- a/sw/source/uibase/app/mainwn.cxx
+++ b/sw/source/uibase/app/mainwn.cxx
@@ -25,6 +25,8 @@
class SwDocShell;
+namespace {
+
struct SwProgress
{
long nStartValue,
@@ -33,6 +35,8 @@ struct SwProgress
std::unique_ptr<SfxProgress> pProgress;
};
+}
+
static std::vector<std::unique_ptr<SwProgress>> *pProgressContainer = nullptr;
static SwProgress *lcl_SwFindProgress( SwDocShell const *pDocShell )