summaryrefslogtreecommitdiff
path: root/cui/source/options/treeopt.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-10-13 23:21:44 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-10-13 23:21:44 -0400
commit7d3baf3527ee0e3e3f04c428b737ea952669974f (patch)
treedcbd4a5de6243693a07bda19616f4aed3e708248 /cui/source/options/treeopt.cxx
parent7f05d839fac9abbd5c0244d67d4fa4f93ac0da84 (diff)
parent1cc2282705abf945c43aea65cf831b29195ce95d (diff)
Merge branch 'master' into feature/calc-key-binding-compat
Diffstat (limited to 'cui/source/options/treeopt.cxx')
-rw-r--r--cui/source/options/treeopt.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx
index 95dacd36820c..df35f40fa435 100644
--- a/cui/source/options/treeopt.cxx
+++ b/cui/source/options/treeopt.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -2703,7 +2704,7 @@ short OfaTreeOptionsDialog::Execute()
}
}
- utl::ConfigManager::GetConfigManager()->StoreConfigItems();
+ utl::ConfigManager::GetConfigManager().StoreConfigItems();
}
return nRet;
@@ -2877,3 +2878,4 @@ void ExtensionsTabPage::HideWindow()
}
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */