diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-21 16:50:13 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-21 16:50:13 +0200 |
commit | 9ab167aabc25aef801038312804e5ef1a7242dc4 (patch) | |
tree | a24fb1c0bfb2798eb41835d49e5c0cd365e3f680 /framework/inc | |
parent | afd26e766a59d131d59c5e80356c9982bdc03845 (diff) |
Fix typo
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/pch/precompiled_framework.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/pch/precompiled_framework.hxx b/framework/inc/pch/precompiled_framework.hxx index 8d7979bc2649..bb6174e53025 100644 --- a/framework/inc/pch/precompiled_framework.hxx +++ b/framework/inc/pch/precompiled_framework.hxx @@ -360,7 +360,7 @@ #include "rtl/instance.hxx" #include "rtl/logfile.hxx" #include "rtl/random.h" -#include "rtl.ref.hxx" +#include "rtl/ref.hxx" #include "rtl/strbuf.hxx" #include "rtl/string.h" #include "rtl/string.hxx" |