summaryrefslogtreecommitdiff
path: root/cui/source/options
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options')
-rw-r--r--cui/source/options/optcolor.cxx2
-rw-r--r--cui/source/options/optpath.cxx2
-rw-r--r--cui/source/options/treeopt.cxx1
3 files changed, 2 insertions, 3 deletions
diff --git a/cui/source/options/optcolor.cxx b/cui/source/options/optcolor.cxx
index 67d2fa8fc08b..168a46ff5fac 100644
--- a/cui/source/options/optcolor.cxx
+++ b/cui/source/options/optcolor.cxx
@@ -57,7 +57,7 @@ enum Group
};
// group data
-const char* vGroupNames[]
+const char* vGroupNames[] =
{
// the groups are in the same order as in enum Group above
"general",
diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx
index 577eb297967b..769e7be2cabd 100644
--- a/cui/source/options/optpath.cxx
+++ b/cui/source/options/optpath.cxx
@@ -829,7 +829,7 @@ void SvxPathTabPage::SetPathList(
}
catch( const Exception& e )
{
- SAL_WARN("cui", "caught: " << e.Message);
+ SAL_WARN("cui.tabpages", "caught: " << e.Message);
}
}
diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx
index 78646f103902..61445c94bfd4 100644
--- a/cui/source/options/treeopt.cxx
+++ b/cui/source/options/treeopt.cxx
@@ -1531,7 +1531,6 @@ void OfaTreeOptionsDialog::Initialize( const Reference< XFrame >& _xFrame )
setGroupName( "ProductName", rGeneralArray.GetString(0) );
nGroup = AddGroup( rGeneralArray.GetString(0), 0, 0, SID_GENERAL_OPTIONS );
sal_uInt16 nEnd = static_cast< sal_uInt16 >( rGeneralArray.Count() );
- String sPageTitle;
for ( i = 1; i < nEnd; ++i )
{