diff options
Diffstat (limited to 'sd/source/ui/unoidl/UnoDocumentSettings.cxx')
-rw-r--r-- | sd/source/ui/unoidl/UnoDocumentSettings.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/UnoDocumentSettings.cxx b/sd/source/ui/unoidl/UnoDocumentSettings.cxx index e30b28a740b1..8e67f3ff5792 100644 --- a/sd/source/ui/unoidl/UnoDocumentSettings.cxx +++ b/sd/source/ui/unoidl/UnoDocumentSettings.cxx @@ -275,7 +275,7 @@ void DocumentSettings::AssignURL( XPropertyListType t, const Any* pValue, *pOk = *pChanged = true; } -static struct { +struct { const char *pName; XPropertyListType t; } const aURLPropertyNames[] = { |