summaryrefslogtreecommitdiff
path: root/configmgr/source/groupnode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/groupnode.hxx')
-rw-r--r--configmgr/source/groupnode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/groupnode.hxx b/configmgr/source/groupnode.hxx
index 02f1679998a2..1d14a9293a6b 100644
--- a/configmgr/source/groupnode.hxx
+++ b/configmgr/source/groupnode.hxx
@@ -45,7 +45,7 @@ public:
virtual rtl::Reference< Node > clone(bool keepTemplateName) const;
- virtual NodeMap & getMembers();
+ virtual NodeMap * getMemberMap();
virtual rtl::OUString getTemplateName() const;
9Revert "String Cleanup and news OUString methods/constructors"Tor Lillqvist 2012-12-28String Cleanup and news OUString methods/constructorsRicardo Montania 2012-12-27Check for __GNUC__ instead of GCC in sourcesTor Lillqvist 2012-12-27Check for _MSC_VER instead of MSC in sourcesTor Lillqvist 2012-12-25Get rid of (most uses of) GUITor Lillqvist 2012-12-17remove unused ifndefMarkus Mohrhard 2012-12-17UniString::Fill -> OUStringBuffer::padToLengthCaolán McNamara 2012-12-14callcatcher: update unused code listCaolán McNamara 2012-12-13whitespace cleanupNoel Grandin 2012-12-13make the "inline" method attributes match with the method definition.Noel Grandin 2012-12-10Replacing '__LOADONCALLAPI' with 'SAL_CALL' definitionChristos Strubulis 2012-12-10callcatcher: remove unused rtf filter and associated methodsCaolán McNamara 2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák 2012-12-05Fix commentTor Lillqvist 2012-12-05Bye bye ODMATor Lillqvist 2012-12-03tools String support for fast operator+Luboš Luňák 2012-12-03ugly hack to avoid virtual method in WindowMarkus Mohrhard 2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist 2012-11-27added FIXME markersEike Rathke 2012-11-27Simplify SVLIBRARYTor Lillqvist 2012-11-21include necessary headerLuboš Luňák 2012-11-21debug helpers for Point, Size, Rect, etc.Luboš Luňák 2012-11-20Enforce use of accessors on gen.hxx structuresMatteo Casalin 2012-11-20Bin pointless _SOLAR__PRIVATE which was always 1 anywayTor Lillqvist 2012-11-19Bin the HACK() sillynessTor Lillqvist 2012-11-19Drop ILLEGAL_POINTER sillynessTor Lillqvist 2012-11-17callcatcher: remove another layer of binfilter-released methodsCaolán McNamara 2012-11-16use LanguageTagEike Rathke 2012-11-14callcatcher: more binfilter freed up methodsCaolán McNamara 2012-11-14callcatcher: update unused code post binfilter deathCaolán McNamara 2012-11-09binfilter.die.die.dieNorbert Thiebaud 2012-11-08Revert "Don't export zlib symbols"Jan Holesovsky